.seo-recommend-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }
  
  .seo-recommend-tabs-item {
    width: calc((100% - 140px) / 8);
    height: 40px;
    background: #F7F8FA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525866;
    font-size: 16px;
    transition: all 0.3s ease;
    
  }
  .seo-recommend-tabs-item:hover {
    opacity: 0.9;
  }
  
  .seo-recommend-tabs-item:nth-child(1) .iconfont {
    color: #f16e6e;
  }
  .seo-recommend-tabs-item:nth-child(2) .iconfont {
    color: #7c85f3;
  }
  .seo-recommend-tabs-item:nth-child(3) .iconfont {
    color: #76f5a2;
  }
  .seo-recommend-tabs-item:nth-child(4) .iconfont {
    color: #f777d7;
  }
  .seo-recommend-tabs-item:nth-child(5) .iconfont {
    color: #7dc5f8;
  }
  .seo-recommend-tabs-item:nth-child(6) .iconfont {
    color: #a4f775;
  }
  .seo-recommend-tabs-item:nth-child(7) .iconfont {
    color: #73f4f8;
  }
  .seo-recommend-tabs-item:nth-child(8) .iconfont {
    color: #838df7;
  }
  
  .seo-recommend-tabs-item .iconfont {
    margin-right: 8px;
    font-size: 16px;
  }